============================================================================== Simba Trino JDBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Trino JDBC Connector 2.0.5, as well as the version history. 2.0.5 ======================================================================= Released 2024-10-22 Resolved Issues The following issue has been resolved in Simba Trino JDBC Connector 2.0.5. * [PRESJ-622] Fixed a LDAP authentication error that caused a "Connection is still allocated" issue when making POST requests via the REST API. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 2.0.4 ----------------------------------------------------------------------- * Removed KrbJaasFilePath property Beginning with this release, the connector no longer supports KrbJaasFilePath property, when JAASAuthType is set to true. Version History ============================================================== 2.0.4 ------------------------------------------------------------------------ Released 2024-08-27 Enhancements & New Features * Updated JAASAuthType support You can now configure Kerberos authentication using the JAAS login configuration file. To do this, set JAASAuthType property to true. For more information, see the Installation and Configuration Guide. Resolved Issues The following issue has been resolved in Simba Trino JDBC Connector 2.0.4. * [PRESJ-600] The JNDI injection was causing RCE vulnerabilities in the JAAS framework, through the JDBC URL. 2.0.3 ------------------------------------------------------------------------ Released 2023-03-02 Resolved Issues The following issue has been resolved in Simba Trino JDBC Connector 2.0.3. * [PRESJ-476] When the UID is not passed in the connection string, the connector returns an error. 2.0.2 ------------------------------------------------------------------------ Released 2023-02-10 Enhancements & New Features * [PRESJ-469] IAM support for Kerberos The connector now supports IAM for Kerberos for the BDS cluster. You can configure the new ExtraCredentialsDelimiter property to split the ExtraCredentials key-value pair that is passed. The IAM properties are passed in the X-Trino-Extra-Credential Header. * [PRESJ-472] Updated X-Trino-User header support If UID is not passed in the connection string, the default user name is not set in the X-Trino-User header, instead the connector removes the X-Trino-User header from the request. 2.0.1 ------------------------------------------------------------------------ Released 2023-02-08 * Version 2.0.1 was the initial release of Simba Trino JDBC Connector. ==============================================================================